home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / Delphi.Net / CLR / Remoting / ReadMe.txt < prev    next >
Encoding:
Text File  |  2004-10-22  |  1.5 KB  |  35 lines

  1.  
  2. //------------------------------------------------------------------------------
  3. //  Last updated:   11/07/03
  4. //  Author:         Dennis Passmore
  5. //  Company:        Ultimate Software, Inc.
  6. //  Contact info:   dennis_passmore@ultimatesoftware.com
  7. //
  8. //  Compatibility:  Delphi 8 for .NET
  9. //
  10. //  Description:    NT Service application and WinForm Client which
  11. //                  use HTTP and TCP/IP communications via .NET Remoting
  12. //
  13. //------------------------------------------------------------------------------
  14.  
  15. Project source file HTTPService.dpr is the NT Service application using HTTP
  16. Project source file HTTPClient.dpr is the WinForm Client demo using HTTP
  17.  
  18. Project source file TCPService.dpr is the NT Service application using TCP
  19. Project source file TCPClient.dpr is the WinForm Client demo using TCP
  20.  
  21. After building the applications with Delphi for .NET you must then install the
  22. HTTPService.exe/TCPService.exe using application named InstallUtil.exe which is
  23. installed as part of the Microsoft .NET Framework.
  24.  
  25. NOTE: If the HTTPService.exe/TCPService.exe are compiled on a machine with 
  26. Microsoft .NET Framework v1.1 installed then it must be installed with the 
  27. InstallUtil.exe from Microsoft NET Framework v1.1. If Microsoft .NET Framework 
  28. v1.0 is installed on the PC the InstallUtil.exe from v1.0 will not install it 
  29. correctly.
  30.  
  31. The default Port as are used by the HTTPService.exe/TCPService.exe are defined 
  32. in the file HTTPService.exe.config/TCPService.exe.config files.
  33.  
  34.  
  35.